home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000123_news@newsmaster….columbia.edu _Mon Jan 26 15:05:00 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA07221
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 26 Jan 1998 15:04:59 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA23523
  7.     for kermit.misc@watsun; Mon, 26 Jan 1998 15:04:59 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: need file transfer info
  12. Date: 26 Jan 1998 20:04:58 GMT
  13. Organization: Columbia University
  14. Lines: 35
  15. Message-ID: <6aiq9a$ruo$1@apakabar.cc.columbia.edu>
  16. References: <6aao76$97n$1@mozart.jlc.net> <6ab7rq$dps$1@mozart.jlc.net> <6aibou$j0o$1@apakabar.cc.columbia.edu> <6aints$kb9$1@mozart.jlc.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8303
  19.  
  20. In article <6aints$kb9$1@mozart.jlc.net>,
  21. Glenn Sherman <gsherman@remove_this.jlc.net> wrote:
  22. : >: What kind of speed (cps) should I expect to get with kermit over TCP/IP ?
  23. : >: 
  24. : >That would depend on the underlying communications medium: Dialup, 10Mbps
  25. : >Ethernet, 100Mbps Ethernet, etc.  On the faster mediums, the computer tends
  26. : >to become the bottleneck.  It also depends on whether you are making a
  27. : >connection from one node on your local net to another on the same net, or if
  28. : >you are going out over the Internet, and to what extent the net (and each
  29. : >segment of it, and each router, etc) are congested.
  30. : >
  31. : >: using the -Q option boosted the transfer to 28000 cps.
  32. : >: 
  33. : >That would be pretty good for a V.34 PPP connection, not very good for a
  34. : >direct Ethernet connection.  For long-haul TCP/IP connections, rates can
  35. : >vary just as much as FTP; in this case the net itself tends to be the
  36. : >bottleneck.
  37. : Sorry,  It is a local network connection over 10Mbps Ethernet.
  38. Then 28000 cps is not very good.  You can expect anywhere from 0 cps to
  39. 1000000 cps, depending on:
  40.  
  41.   1. The load on the local net (collision rate, etc, watch the lights).
  42.   2. The load on the two end systems.
  43.   3. The settings and configuration of the two Kermit programs.
  44.   4. The nature of the data (e.g. how compressible it is).
  45.  
  46. The newer the Kermit program, the faster it will go, as we have been working
  47. on performance in each new release.  Current releases, such as C-Kermit 6.0
  48. and Kermit 95 1.1.15, can, with proper tuning, go at maybe 30-50 percent of
  49. FTP speed.  The next round of releases will be comparable to FTP and faster
  50. in some cases.  Watch this space for announcements.
  51.  
  52. - Frank